home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_39_ScrVariabiliInterval.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  393 b   |  16 lines

  1. on mouseDown me
  2.   if the optionDown then
  3.     set mySprite to the spriteNum of me
  4.     set myMember to the name of member the member of sprite mySprite
  5.     case myMember of
  6.       "fStartMonth", "fStartDay":
  7.         set myValore to 1
  8.       "fStartYear":
  9.         set myValore to TodayYear()
  10.       otherwise:
  11.         set myValore to 0
  12.     end case
  13.     put myValore into field myMember
  14.   end if
  15. end
  16.